home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #3 / Amiga Plus CD - 1999 - No. 3.iso / Multimedia / Icons / NewIcons / NewIconsV4 / NewIconsV4.1Update / Update_Binaries < prev    next >
Encoding:
Text File  |  1997-10-05  |  818 b   |  30 lines

  1. ;Update_Binaries for NewIcons 4.0 -> 4.1
  2. ;10-Oct-97
  3. ;Team NewIcons
  4.  
  5. C:version >NIL: libs:newicon.library version 40 revision 1
  6. If warn
  7.     echo "Hmm..it seems you have not installed the full NewIcons V4.0."
  8.     echo "I cannot update something that doesn't exist on your system."
  9.     echo "Please install the main 4.0 archive first, then run this script,"
  10.     echo "or get the 4.1 full install from Aminet or the NewIcons website."
  11.     skip end
  12. endif
  13. echo "Installing Utilities to Sys:Utilities..." noline
  14. copy Utilities/#? Sys:Utilities/ QUIET
  15. wait
  16. echo "done."
  17. wait
  18. echo "Installing NewIconsPrefs to Sys:Prefs..." noline
  19. copy Prefs/#? to Sys:Prefs QUIET
  20. wait
  21. echo "done."
  22. wait
  23. echo "Installing NewIcons executable to C:..." noline
  24. copy c/#? C: QUIET
  25. wait
  26. echo "done."
  27. echo
  28. echo "Installation Complete."
  29. wait 3
  30. lab end